| Top |
| GtkWidget * | phosh_activity_new () |
| const char * | phosh_activity_get_app_id () |
| const char * | phosh_activity_get_title () |
| void | phosh_activity_set_title () |
| void | phosh_activity_set_thumbnail () |
| gchar * | app-id | Read / Write / Construct Only |
| gboolean | maximized | Read / Write |
| gchar * | title | Read / Write / Construct Only |
| gint | win-height | Read / Write |
| gint | win-width | Read / Write |
GObject
╰── GInitiallyUnowned
╰── GtkWidget
╰── GtkContainer
╰── GtkBin
╰── GtkButton
╰── PhoshActivity
PhoshActivity implements AtkImplementorIface, GtkBuildable, GtkActionable and GtkActivatable.
void phosh_activity_set_thumbnail (PhoshActivity *self,PhoshThumbnail *thumbnail);
“app-id” property “app-id” gchar *
The application id.
Owner: PhoshActivity
Flags: Read / Write / Construct Only
Default value: ""
“maximized” property “maximized” gboolean
Whether the window is maximized.
Owner: PhoshActivity
Flags: Read / Write
Default value: FALSE
“title” property “title” gchar *
The window's title.
Owner: PhoshActivity
Flags: Read / Write / Construct Only
Default value: ""
“win-height” property “win-height” gint
The window's height.
Owner: PhoshActivity
Flags: Read / Write
Allowed values: >= 0
Default value: 300
“close-clicked” signalvoid user_function (PhoshActivity *phoshactivity, gpointer user_data)
Flags: Run Last