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 () |
GObject ╰── GInitiallyUnowned ╰── GtkWidget ╰── GtkContainer ╰── GtkBin ╰── GtkEventBox ╰── PhoshActivity
void phosh_activity_set_thumbnail (PhoshActivity *self
,PhoshThumbnail *thumbnail
);
“app-id”
property“app-id” gchar *
The application id.
Flags: Read / Write / Construct Only
Default value: ""
“maximized”
property“maximized” gboolean
Whether the window is maximized.
Flags: Read / Write
Default value: FALSE
“title”
property“title” gchar *
The window's title.
Flags: Read / Write / Construct Only
Default value: ""
“win-height”
property“win-height” gint
The window's height.
Flags: Read / Write
Allowed values: >= 0
Default value: 300
“win-width”
property“win-width” gint
The window's width.
Flags: Read / Write
Allowed values: >= 0
Default value: 300
“clicked”
signalvoid user_function (PhoshActivity *phoshactivity, gpointer user_data)
Flags: Run Last
“closed”
signalvoid user_function (PhoshActivity *phoshactivity, gpointer user_data)
Flags: Run Last